home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcbzm&cm.zip / PCBZM&CM.TXT next >
Text File  |  1993-01-22  |  3KB  |  62 lines

  1.  
  2.                 ┌────────────────────────────────────────────┐
  3.                 │  Using Salt Air's PCBZM in Cam-Mail v1.30  │
  4.                 └────────────────────────────────────────────┘
  5.  
  6.          I recently installed v1.30 of Cam-Mail and wanted to use Salt
  7.          Air's new PCBZM  replacement for DSZ. I had  sitched to PCBZM
  8.          as DSZ  is really not  very friendly when  run under DESQview
  9.          386. If I was going to use Cam-Mail, I had to make PCBZM work
  10.          as it did for everything else on my board.
  11.  
  12.          You may copy your PCBRZ.BAT and PCBSZ.BAT files to Cam-Mail's
  13.          CAMRZ.BAT and  PCBSZ.BAT files, but when  run, PCBZM wants to
  14.          see a PCBOARD.DAT  file in the directory it  was called from.
  15.          In the  bach files you will  have to change to  the directory
  16.          for that node and then  change back to the CAM-MAIL directory
  17.          to return control back to Cam-Mail after the packet transfer.
  18.          Like this:
  19.  
  20.                 CAMRZ.BAT                         CAMSZ.BAT
  21.                 ═════════                         ═════════
  22.  
  23.                 @ECHO OFF                         @ECHO OFF
  24.                 cd %PCBDIR%                       cd %PCBDIR%
  25.                 ZMRECV.EXE %3                     ZMSEND.EXE %3
  26.                 cd cam-mail                       cd cam-mail
  27.  
  28.          After  talking to  the people  at Cam  DeBuck Software, I was
  29.          told  that  Cam-Mail  uses  a  tempory  file created during a
  30.          transfer  to update  the callers  message pointers  after the
  31.          caller's packet transfer.
  32.  
  33.          To insure  that your callers  pointers are updated,  you will
  34.          need to make sure that the enviornment setting for DSZ.LOG is
  35.          fully  pathed out  and not  merely a  filename. Make sure the
  36.          following is in your BOARD.BAT file:
  37.  
  38.          SET DSZ=C:\PCB\N1\PCBDSZ.LOG
  39.                        ^^
  40.          And  if you  are running  several nodes,  make sure that this
  41.          line is  added to each  BOARD.BAT for that  node and that  it
  42.          reflects that node's directory (ie: N1,  N2, or N3). ^^ ^^ ^^
  43.          One final note,  I use different BOARD.BAT files  to load the
  44.          same node. Why is not important, just  that I do. So I had to
  45.          set this  enviornment variable in  my BB.BAT file  DV386 used
  46.          when I open  the window to pull up that  node, and then I had
  47.          to modify BOARD.BAT which is what  I use to pull up that node
  48.          after a DOOR  is finished running and control  is returned to
  49.          PCBoard.
  50.  
  51.          I would like to  thank the people at Cam  DeBuck Software for
  52.          patiently helping me to get PCBZM to work on my board. I have
  53.          merely documented  what I learned  so that another  would not
  54.          have to go through this and the long distance calls to get it
  55.          running. <grin>
  56.  
  57.  
  58.                                          Butch Dunn
  59.                                          The No*Name BBS
  60.                                          Wilmington, DE
  61.                                          (302)477-1230
  62. G